The following table shows the macros that assign initial values to tags.
Methods of assigning an initial value |
Macros |
---|---|
Using another tag |
tag1 = tag2 |
Using an expression |
tag1 = tag2 * 5 + (tag3 - 1) * 2 |
Using a simple numeric value |
tag1 = 120 |